Scheduler for WPF | ComponentOne
C1.Schedule Namespace / BaseStorage<T,TMappingCollection> Class / DataSource Property

In This Topic
    DataSource Property (BaseStorage<T,TMappingCollection>)
    In This Topic
    Gets or sets the data source that the connector binds to.
    Syntax
    'Declaration
     
    
    Public Property DataSource As Object
    public object DataSource {get; set;}
    See Also